/********************************************** FOOTER */

.BottomFooter p{
	float: right;
	font-family: Serif;
	font-size: 11px;
	color: white;

	margin-right: 20px;
}

#BottomContact{
	position: relative;
	margin-left: 100px;
	letter-spacing: 4px;
	font-size: 20px;
	color: black;
	word-spacing: 10px;
}

#BottomContents{
	position: absolute;
	width: 100%;
	height: 90%;
	left: 0;
}
#BottomContents ul span{
	font-size: 12px;
	color: black;
}

#FooterImage{
	float:left;
	width: 110px;
	height: 110px;
	background: url(../FrontPage/img/Hill4.jpg) no-repeat center center;
	background-size: 100% auto;
}
#FooterAddress{
	position: absolute;
	left: 90px;
	top: 15px;
	border-right: 1px solid black;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 60px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 80px;
}
#FooterContact{
	position: absolute;
	left:300px;
	top: 15px;
	padding-right: 5px;
	margin-top: 16px;
	margin-bottom: 16px;
	margin-left: 80px;
}
#copyright{
	color: yellow;
}

#FooterCopyright{
	position: absolute;
	width: 100%;
	top:140px;
	background-color: rgba(0,0,0,0.8);
	height:50px;
}

#FooterLinkR{
	position: absolute;
	top: 15px;
	padding-right: 5px;
	left:600px;
	font-size:12px;
	font-family: NuevaStd;
	margin-top: 16px;
	margin-bottom: 16px;
}

#FooterLinkS{
	position: absolute;
	top: 15px;
	padding-right: 5px;
	left:800px;
	font-size:12px;
	font-family: NuevaStd;
	border-left: 1px solid black;
	margin-top: 16px;
	margin-bottom: 16px;
}

#BottomLink{
	position: absolute;
	top:0px;
	left:600px;
	margin-left: 40px;
	letter-spacing: 4px;
	font-size: 20px;
	color: black;
	word-spacing: 10px;	
}

#AboutThisSite{
	position: absolute;
    top: 0px;
    left: 1000px;
    margin-left: 170px;
    font-size: 20px;
    color: gray;
    word-spacing: 10px;

}

#FooterLinkS a:link {text-decoration: none;color:black;}
#FooterLinkS a:visited {text-decoration: none;color:black;}
#FooterLinkS a:hover {text-decoration: none;color:black;}
#FooterLinkR a:link {text-decoration: none;color:black;}
#FooterLinkR a:visited {text-decoration: none;color:black;}
#FooterLinkR a:hover {text-decoration: none;color:black;}

#AboutThisSite a:link {text-decoration: none;color:black;}
#AboutThisSite a:visited {text-decoration: none;color:black;}
#AboutThisSite a:hover {text-decoration: none;color:black;}
#AboutThisSite a:link {text-decoration: none;color:black;}
#AboutThisSite a:visited {text-decoration: none;color:black;}
#AboutThisSite a:hover {text-decoration: none;color:black;}

#BottomHr{
	margin:0px !important;
}
#pop-up {
  display: none;
  position: absolute;
  width: 170px;
  height: 195px;
  padding: 10px;
  background: #eeeeee;
  color: #000000;
  border: 1px solid #1a1a1a;
  font-size: 90%;
}

/*body{
  -webkit-user-select: none;  
  -moz-user-select: none;     
  -ms-user-select: none;      
  user-select: none;            
}*/
